home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if not soundBusy(1) then
- puppetSound("password")
- end if
- if the timer > 600 then
- puppetSound(0)
- go(the frame + 1)
- else
- go(the frame)
- end if
- end
-
- on mouseUp
- puppetSound(0)
- go(the frame + 1)
- end
-